home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / web.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  335 b   |  16 lines

  1. on mouseDown
  2.   set pressedBtn to hBtnToggle(15, 41, 46)
  3.   if pressedBtn = 1 then
  4.     set the volume of sound 2 to 130
  5.     puppetSound("HELP")
  6.     updateStage()
  7.     repeat while soundBusy(1)
  8.       if the mouseDown then
  9.         exit repeat
  10.       end if
  11.     end repeat
  12.     puppetSound(0)
  13.     set the volume of sound 2 to 255
  14.   end if
  15. end
  16.